Xbasic

ui_get_list2p Function

Syntax

P ui_get_list2P(C title ,C default ,C choices [,N style [,L preserve_selection_order [,L flagOwnerDraw [,C headingText [,N height [,N width ]]]]]])

Arguments

title

Character

default

Character

choices

Character

style

Numeric

preserve_selection_order

Logical

flagOwnerDraw

Logical

headingText

Character

height

Numeric

width

Numeric

Description

Prompts user for selection from a CR-LF delimited list of choices. Style: 1 = single select, 2 = multi-select (click item to select), 3 = multi-select (Shift+Click, Ctrl+Click and Drag are supported). Same as ui_get_list2(), but returns a pointer with .lastbutton and .selection properties.